ASYmmetric Encryption

Encryption 101

Created: 2022-07-15
Tags: #fleeting


-> Examples are RSA and Elliptic Curve Cryptography
-> Uses larger keys (2048 to 4096 bit)
Public Key
Is use to decrypt data

Private Key
Is used to encrypt data

Uncategorized Info

Common use is exchange keys for symmetric encryption

References

  1. 12